![]() |
YNQ
YNQ-1.6.2
|
Macros | |
| #define | UD_LOG_MODULE_CS 1 |
| #define | UD_LOG_MODULE_CC 2 |
| #define | UD_LOG_CLASS_GEN 1 |
| #define | UD_LOG_CLASS_FILE 2 |
| #define | UD_LOG_CLASS_SHARE 3 |
| #define | UD_LOG_CLASS_USER 4 |
| #define | UD_LOG_CLASS_CONNECTION 5 |
| #define | UD_LOG_GEN_START 1 |
| #define | UD_LOG_GEN_STOP 2 |
| #define | UD_LOG_GEN_NAMECONFLICT 3 |
| #define | UD_LOG_GEN_NAMEREGFAIL 4 |
| #define | UD_LOG_FILE_CREATE 1 |
| #define | UD_LOG_FILE_OPEN 2 |
| #define | UD_LOG_FILE_CLOSE 3 |
| #define | UD_LOG_FILE_DELETE 4 |
| #define | UD_LOG_FILE_RENAME 5 |
| #define | UD_LOG_FILE_ATTRIBGET 6 |
| #define | UD_LOG_FILE_ATTRIBSET 7 |
| #define | UD_LOG_FILE_SIZESET 8 |
| #define | UD_LOG_FILE_VOLUMEINFO 9 |
| #define | UD_LOG_FILE_QUERYDIRECTORY 10 |
| #define | UD_LOG_FILE_SEEK 11 |
| #define | UD_LOG_FILE_LOCK 12 |
| #define | UD_LOG_FILE_UNLOCK 13 |
| #define | UD_LOG_SHARE_CONNECT 1 |
| #define | UD_LOG_SHARE_DISCONNECT 2 |
| #define | UD_LOG_USER_LOGON 1 |
| #define | UD_LOG_USER_LOGOFF 2 |
| #define | UD_LOG_CONNECTION_CONNECT 1 |
| #define | UD_LOG_CONNECTION_DISCONNECT 2 |
| #define UD_LOG_MODULE_CS 1 |
Designates NQ CIFS Server as the event origin
| #define UD_LOG_MODULE_CC 2 |
Designates NQ CIFS Client as the event origin
| #define UD_LOG_CLASS_GEN 1 |
Event class for start and stop events
| #define UD_LOG_CLASS_FILE 2 |
Event class for file/directory access events
| #define UD_LOG_CLASS_SHARE 3 |
Event class for share connect/disconnect events
| #define UD_LOG_CLASS_USER 4 |
Event class for user
| #define UD_LOG_CLASS_CONNECTION 5 |
Event class for connections
| #define UD_LOG_GEN_START 1 |
Start event type
| #define UD_LOG_GEN_STOP 2 |
Stop event type
| #define UD_LOG_GEN_NAMECONFLICT 3 |
Name Conflict has occured
| #define UD_LOG_GEN_NAMEREGFAIL 4 |
Name Registration Failed
| #define UD_LOG_FILE_CREATE 1 |
File/directory create event type
| #define UD_LOG_FILE_OPEN 2 |
File/directory open event type
| #define UD_LOG_FILE_CLOSE 3 |
File/directory close event type
| #define UD_LOG_FILE_DELETE 4 |
File/directory delete event type
| #define UD_LOG_FILE_RENAME 5 |
File/directory rename event type
| #define UD_LOG_FILE_ATTRIBGET 6 |
File/directory query attributes event type
| #define UD_LOG_FILE_ATTRIBSET 7 |
File/directory change attributes event type
| #define UD_LOG_FILE_SIZESET 8 |
File turncate/extend event type
| #define UD_LOG_FILE_VOLUMEINFO 9 |
Volume information query event type
| #define UD_LOG_FILE_QUERYDIRECTORY 10 |
folder enumeration event type
| #define UD_LOG_FILE_SEEK 11 |
File position change event type
| #define UD_LOG_FILE_LOCK 12 |
File range lock event type
| #define UD_LOG_FILE_UNLOCK 13 |
File range unlock event type
| #define UD_LOG_SHARE_CONNECT 1 |
Share connection event type
| #define UD_LOG_SHARE_DISCONNECT 2 |
Share disconnection event type
| #define UD_LOG_USER_LOGON 1 |
User connection event type
| #define UD_LOG_USER_LOGOFF 2 |
User disconnection event type
| #define UD_LOG_CONNECTION_CONNECT 1 |
New connection connected [SYN]
| #define UD_LOG_CONNECTION_DISCONNECT 2 |
disconnected connection [FIN]